home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / MW MPW Binaries 1.1.1a2 / mwcPPC / MWCIncludes / Strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-31  |  653 b   |  36 lines  |  [TEXT/MMCC]

  1. /*
  2.     File:        Strings.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef __STRINGS__
  13. #define __STRINGS__
  14.  
  15. #ifndef __TYPES__
  16. #include <Types.h>
  17. /*    #include <ConditionalMacros.h>                                */
  18. /*    #include <MixedMode.h>                                        */
  19. /*        #include <Traps.h>                                        */
  20. #endif
  21.  
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25.  
  26. extern StringPtr c2pstr(char *aStr);
  27. extern pascal StringPtr C2PStr(Ptr cString);
  28. extern char *p2cstr(StringPtr aStr);
  29. extern pascal Ptr P2CStr(StringPtr pString);
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.  
  34. #endif
  35.  
  36.